home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 112
- Width = 435
- Height = 300
- Caption = 'PC Plus Text Editor'
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 120
- TextHeight = 20
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 427
- Height = 244
- Align = alClient
- TabOrder = 0
- end
- object MainMenu1: TMainMenu
- Left = 48
- Top = 40
- object FileMnu: TMenuItem
- Caption = '&File'
- object FileNew: TMenuItem
- Caption = '&New'
- OnClick = FileNewClick
- end
- object FileSave: TMenuItem
- Caption = '&Save'
- OnClick = FileSaveClick
- end
- object FileSaveAs: TMenuItem
- Caption = 'Save &As'
- OnClick = FileSaveAsClick
- end
- object FileLoad: TMenuItem
- Caption = '&Load'
- OnClick = FileLoadClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object FileExit: TMenuItem
- Caption = '&Exit'
- OnClick = FileExitClick
- end
- end
- end
- object OpenDialog1: TOpenDialog
- FileName = '*.*'
- Left = 88
- Top = 40
- end
- object SaveDialog1: TSaveDialog
- DefaultExt = 'txt'
- Left = 128
- Top = 40
- end
- end
-